nav ul li a {
    text-decoration: none;
    font-size: 140%;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: "Anton";
    font-weight: 400;
    font-style: normal;
}

nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    background-color: #0167B1;
    height: 90px;
}

nav ul img {
    float: left;
}

nav a:hover {
    background-color: #1e78b9;
}

body {
    background-color: #D5D5D5;
    padding: 15px;
}

figure {

    float: left;
    padding-top: 40px;
}

main {
    width: 50%;
    padding-top: 40px;
    float: left;
}

section {
    background-color: #D8483D;
    color: white;
    float: right;
    width: 24%;
    padding: 15px;
    margin-bottom: 20px;
}

footer {
    background-color: #0167B1;
    display: flex;
    overflow: hidden;
    width: 100%;
}

footer p {
    height: 20px;
    padding-left: 10px;
    color: white;
    padding-right: 10px;
}